home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_root.modeo == "Classic")
- {
- _root.modeo = "D and D";
- _root.dragOn = 1;
- _root.holdIt = 0;
- }
- else if(_root.modeo == "D and D")
- {
- _root.modeo = "Hold";
- _root.dragOn = 0;
- _root.holdIt = 1;
- }
- else if(_root.modeo == "Hold")
- {
- _root.modeo = "All";
- _root.dragOn = 0;
- _root.holdIt = 0;
- }
- else if(_root.modeo == "All")
- {
- _root.modeo = "Classic";
- _root.dragOn = 0;
- _root.holdIt = 0;
- }
- }
-